home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / ipdldemo.exe / lha / PDL.INI < prev    next >
INI File  |  1991-02-27  |  8KB  |  234 lines

  1. ; This initialization file contains settings that configure the PDL
  2. ; environment, display colors, data communication, data transfer,
  3. ; editor, and keyboard macros.  The most common settings can be
  4. ; changed interactively within PDL, but some can only be changed by
  5. ; modifying this file directly with a text editor.
  6. ;
  7. ; Settings are grouped into sections.  Each section starts with a
  8. ; line of the form "[<section-name>]".  Within each section, each
  9. ; setting is specified with a line of the form
  10. ; "<setting-name>=<value>".  If "<value>" is not specified, then the
  11. ; default value is used.  "<value>" can include surrounding
  12. ; double-quotes to include leading or trailing spaces.  Blank lines
  13. ; and lines that begin with a semicolon are ignored.
  14.  
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. [Environment]
  17. ; Settings in this section configure the operation of the PDL
  18. ; environment at startup.
  19.  
  20. ; Show HP 48 Character bar?  Default: Yes.
  21. ShowCharBar=
  22.  
  23. ; Show HP 48 Immediate window?  Default: Yes.
  24. ShowImmedWin=
  25.  
  26. ; Number of visible HP 48 Immediate window lines.  Default: 3.
  27. ImmedWinLines=
  28.  
  29. ; Number of saved HP 48 Immediate window lines.  Default: Number of
  30. ; display lines (e.g., 25).
  31. ImmedWinSaveLines=
  32.  
  33. ; Sound beeper to alert?  Default: Yes.
  34. Beep=
  35.  
  36. ; Use highest resolution display mode?  Default: No.
  37. HighRes=
  38.  
  39. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  40. [Editor]
  41. ; Settings in the Editor section configure the operation of the
  42. ; editor.
  43.  
  44. ; Overwrite mode.  Options: Insert, Replace.  Default: Insert.
  45. Insert/Replace=
  46.  
  47. ; Automatically indent new lines to current indent level?
  48. ; Default: Yes.
  49. AutoIndent=
  50.  
  51. ; Highlight HP 48 comments?  Default: Yes.
  52. CommentHighlight=
  53.  
  54. ; Comment alignment column.  If 0, disables comment alignment.
  55. ; Default: 41.
  56. CommentAlign=
  57.  
  58. ; Convert lowercase HP 48 commands to uppercase?  Default: Yes.
  59. ConvertCommands=
  60.  
  61. ; Convert special character sequences to HP 48 special characters?
  62. ; Default: Yes.
  63. ConvertSpecialChars=
  64.  
  65. ; Editor maximum line length.  Default: 78.
  66. LineLength=
  67.  
  68. ; Tab stop settings.  Default: 2.
  69. TabStops=
  70.  
  71. ; File path and options for custom editor.
  72. ; Example: "c:\Editor\MyEd.exe /h".  Default: none.
  73. CustomEditor=
  74.  
  75. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  76. [DataCom]
  77. ; Settings in the DataCom section configure the logical connectivity
  78. ; between the HP 48 and the PC.
  79.  
  80. ; Serial port.  Options: COM1, COM2.  Default: COM1.
  81. Port=
  82.  
  83. ; Baud rate.  Options: 1200, 2400, 4800, 9600.  Default: 9600.
  84. Baud=
  85.  
  86. ; Parity.  Options: None, Odd, Even, Mark, Space.  Default: None.
  87. Parity=
  88.  
  89. ; Checksum type.  Options: 1, 2, 3.  Default: 3.
  90. Checksum=
  91.  
  92. ; Number of milliseconds to pause before sending each Kermit packet
  93. ; (useful for solving synchronization problems between the HP 48 and
  94. ; a very fast or very slow PC).  Default: 20.
  95. KermitPacketDelay=
  96.  
  97. ; Comma-delimited custom Kermit commands.
  98. ; Example: "set send pause 0, set retry 10".  Default: none.
  99. CustomKermit=
  100.  
  101. ; Number of Kermit retries allowed before warning.  Default: 3.
  102. RetryLimit=
  103.  
  104. ; File path for Kermit program run by Kermit Shell command.
  105. ; Example: "c:\Comm\Kermit.exe".  Default: "PDLKerm.exe".
  106. KermitPath=
  107.  
  108. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  109. [Transfer]
  110. ; Settings in the Transfer section configure how HP 48 data transfer
  111. ; occurs between the HP 48 and the PC.
  112.  
  113. ; HP 48 angle mode.  Options: Degrees, Radians, Grads.
  114. ; Default: Degrees.
  115. Angle=
  116.  
  117. ; HP 48 fraction mark.  Options: . (period) or , (comma).
  118. ; Default: . (period).
  119. FractionMark=
  120.  
  121. ; HP 48 variable management mode.  Options: ProtectVars (protect
  122. ; existing variables), ReplaceVars (replace existing variables),
  123. ; ClearDirs (clear application subdirectories).
  124. ; Default: ReplaceVars.
  125. VarManage=
  126.  
  127. ; Used enhanced transfer?  Note: enhanced transfer assumes
  128. ; that the Program Development Link transfer utilities library
  129. ; PDLXFER is present in the HP 48.  If PDLXFER is not present,
  130. ; enhanced transfer will not operate properly.  This setting is not
  131. ; changed to Yes when you turn on enhanced transfer within the
  132. ; environment.  Default: No.
  133. EnhancedTransfer=
  134.  
  135. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  136. [Colors]
  137. ; Settings in the Colors section configure the foreground and
  138. ; background colors of the PDL environment components.  The color
  139. ; options are used ONLY if the color set is Custom.  Each color
  140. ; setting value consists of a foreground and background color
  141. ; specification of the form "<color-name>[(<color-number>)]".  The
  142. ; optional color number overrides the color name and is provided for
  143. ; PCs with custom color palettes.  Color name options: Black, Blue,
  144. ; Green, Cyan, Red, Magenta, Brown, LtGray, DkGray, LtBlue, LtGreen,
  145. ; LtCyan, LtRed, LtMagenta, Yellow, White.  Only the first eight
  146. ; choices (Black through LtGray) should be used for background
  147. ; colors.
  148.  
  149. ; The color set in effect.  Options: Day, Night, B&W, Custom.
  150. ; Default: Day.
  151. ColorSet=
  152.  
  153. ; Window frames.  Options: see color setting options listed above.
  154. WinFrame=
  155.  
  156. ; Selected window title and scroll bar.  Options: see color setting
  157. ; options listed above.
  158. WinTitleSelect=
  159.  
  160. ; Unselected window title.  Options: see color setting options
  161. ; listed above.
  162. WinTitle=
  163.  
  164. ; Text in the edit windows and HP 48 Character bar.  Options: see
  165. ; color setting options listed above.
  166. EditWinText=
  167.  
  168. ; Comments in the edit windows.  Options: see color setting options
  169. ; listed above.
  170. EditWinComment=
  171.  
  172. ; Selected text in the edit windows.  Options: see color setting
  173. ; options listed above.
  174. EditWinSelect=
  175.  
  176. ; Descriptive text in the menu system, status bar, dialog boxes, and
  177. ; messages boxes.  Options: see color setting options listed above.
  178. SystemText=
  179.  
  180. ; Selected menu or command in the menu system, selected text element
  181. ; in dialog boxes.  Options: see color setting options listed above.
  182. SystemSelect=
  183.  
  184. ; Shortcut key highlight in the menu system, dialog boxes, and
  185. ; messages boxes.  Options: see color setting options listed above.
  186. ShortCutKey=
  187.  
  188. ; Shortcut key highlight for selected menu or command in the menu
  189. ; system.  Options: see color setting options listed above.
  190. ShortCutKeySelect=
  191.  
  192. ; Menu, dialog box, and message box shadows.  Only the background
  193. ; choice is used.  Options: see color setting options listed above.
  194. Shadow=
  195.  
  196. ; Text in the HP 48 Immediate window.  Options: see color setting
  197. ; options listed above.
  198. ImmedWinText=
  199.  
  200. ; Selected text in the HP 48 Immediate window.  Options: see color
  201. ; setting options listed above.
  202. ImmedWinSelect=
  203.  
  204. ; Text in the Help window.  Options: see color setting options
  205. ; listed above.
  206. HelpWinText=
  207.  
  208. ; Selected text in the Help window.  Options: see color setting
  209. ; options listed above.
  210. HelpWinSelect=
  211.  
  212. ; Bold text in the Help window.  Options: see color setting options
  213. ; listed above.
  214. HelpWinBold=
  215.  
  216. ; Help links in the Help window.  Options: see color setting options
  217. ; listed above.
  218. HelpWinLink=
  219.  
  220. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  221. [Macros]
  222. ; Settings in the Macros section configure the keyboard macros.  A
  223. ; keyboard macro is defined in the form "<key>=<text>", where
  224. ; "<key>" is a control-shifted or Alt-shifted key description, and
  225. ; "<text>" is the text to be associated with the key.  A key
  226. ; description consists of one of the letters A-Z prefixed by "c+" or
  227. ; "a+" to indicate it is control-shifted or Alt-shifted,
  228. ; respectively.  Associated text can include the special sequence
  229. ; "\n" to add a newline, "\t" to indent one tab stop, "\T" to back
  230. ; up one tab stop, or "\c" to position the cursor within the text.
  231. ; Example: "c+T=IF\n\t\c\n\TTHEN\nEND" makes the Ctrl+T key insert a
  232. ; formatted "IF-THEN-END" block and positions the cursor where the
  233. ; test clause should be typed.
  234.